@charset "gb2312";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	margin: 0px;
	font-size: 15px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
.w {
	color: #FFF;
}
.w a:link {
	color: #FFF;
	text-decoration: none;
}
.w a:visited {
	text-decoration: none;
	color: #FFF;
}
.w a:hover {
	text-decoration: none;
	color: #FFF;
}
.w a:active {
	text-decoration: none;
}
.w1300 {
	width: 1300px;
	margin: 0px auto;
	overflow: hidden;
}
.header {
	width: 1300px;
	margin: 0px auto;
	overflow: hidden;
}
.logo {
	width: 700px;
	float: left;
	overflow: hidden;
}
.tel {
	width: 400px;
	float: right;
	overflow: hidden;
}
.menu {
	background: #003b66; max-width:1920px; height:50px;
	
}
#wrap {
	width: 1300px;
	margin: 0 auto;
	background: #003b66;
}
#nav {
	position: relative;
	z-index: 999;

	list-style-type: none;
}
#nav a {
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 0px 50px; line-height:50px;
}
#nav a:link {
	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#nav li {

	float: left;
	background: #003b66;
}
#nav li a:hover {
	background: #d7141a;
}
#nav li ul {
	line-height: 27px;
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 200px;
	position: absolute;
}
#nav li ul li {
	float: left;
	width: 200px;
	background: #003b66;
	border-top: 1px solid #fff;
}
#nav li ul a {
	display: block;
	
	text-align: left;
	padding-left: 24px;
}
#nav li ul a:link {
	color: #fff;
	text-decoration: none;
}
#nav li ul a:visited {
	color: #fff;
	text-decoration: none;
}
#nav li ul a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #d7141a;
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}



.banner img {
	width: 100%
}

.banner ul.bxslider {
	list-style: none;
}

.banner div.bx-pager {
	bottom: 1%;
}

.banner div.bx-controls-direction {
	display: none;
}
/*banner 角标样式等*/

.bx-wrapper {
	position: relative;
	/*margin: 0 auto 60px;*/
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


/** THEME===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;-webkit-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #ccc;border: 5px solid #fff;left: -5px;background: #fff;*/
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif)center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 1px solid #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 3px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #4a39d0;
	border: 1px solid #fff;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png)no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png)no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png)-86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png)-86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*banner 角标样式等结束*/
.indextit {
	color: #CC0000;
	line-height: 80px;
	text-align: center;
	font-size: 26px;
}
.indexpro {
	width: 1300px;
	margin: 0px auto;
	overflow: hidden;
}
.indexpro li {
	width: 21.5%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow: 0 0 15px #999;
	float: left;
	text-align: center;
	height: 240px;
	padding: 5px;
}
.indexpro li img {
	height: 200px;
	width: 96%;
}
.indexpro a:hover li {
	background: #cc0000;
	color: #FFFFFF;
}
.indexgun {
	background: url(../images/gunbg.jpg) center no-repeat;
	overflow: hidden;
}
.indexguntit {
	color: #FFFFFF;
	font-size: 22px;
	text-align: center;
	width: 60%;
	margin: 0px auto;
	padding: 20px 0px;
}
.gun {
	margin: 0px auto;
	overflow: hidden;
}
.gun li {
	width: 320px;
	height: 240px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}
.gun li img {
	height: 320px;
	width:300px;
}
#demo {
	width: 1300px;
	height: 320px;
	margin: 0px auto;
	overflow: hidden;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
#demo ul li {
	width: 300px;
	height: 320px;
	float: left;
	margin: 0px 5px 0 5px;
	display: block;
	text-align: center;
}
#demo ul li a {
	line-height: 30px;
}
#demo ul li:hover {
	text-decoration: underline;
}
.indexxw {
	overflow: hidden;
}
.indexxw li {
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.indexabout {
	background: url(../images/aboutbg.jpg) center no-repeat;
	overflow: hidden;
	padding: 30px 0px;
}
.indexaboutpic {
	width: 500px;
	float: left;
	overflow: hidden;
}
.indexabouttxt {
	width: 750px;
	float: right;
	overflow: hidden;
	line-height: 200%;
}
.indexnews {
	width: 1300px;
	margin: 0px auto;
	overflow: hidden;
}
.indexnews .nleft {
	width: 45%;
	float: left;
	overflow: hidden;
}
.indexnews .nright {
	width: 45%;
	float: right;
	overflow: hidden;
}
.indexcase {
	width: 1300px;
	margin: 0px auto;
	overflow: hidden;
}
.indexhezuo {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/xd_34.jpg) no-repeat bottom center;
	padding-bottom: 200px;
}
.indexhezuo li {
	width: 25%;
	height: 100px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.indexhezuo li img {
	height: 100px;
}
.content {
	width: 1300px;
	margin: 0px auto;
	overflow: hidden;
	background: #f2f2f2;
}
.content .left {
	width: 330px;
	float: left;
	overflow: hidden;
}
.content .right {
	width: 950px;
	float: right;
	overflow: hidden;
	min-height: 500px;
	background: #fff;
	padding-left: 20px;
}
.content .right2 {
	width: 400px;
	float: left;
	overflow: hidden;
	padding-left: 20px;
}
.content .con2 {
	width: 500px;
	float: right;
	overflow: hidden;
}
.place {
	line-height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.fenlei {
	overflow: hidden;
}
.fenlei li {
	background: url(../images/fenleibg.jpg) bottom no-repeat;
	text-indent: 2em;
	line-height: 50px;
	font-size: 16px;
	text-indent: 3.5em;
}
.fenlei a:hover li {
	background: url(../images/fenleibg2.jpg) bottom no-repeat;
}
.coolbg {
	width: 300px;
	background: #C00;
	border-radius: 5px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
}

.xw2{ overflow:hidden;}
.xw2 li{ width:45%; float:left; border-bottom:1px solid #ddd; line-height:50px; margin-left:15px;}




.pro {
	overflow: hidden;
	padding-top: 30px;
}
.pro li {
	width: 29%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow: 0 0 15px #999;
	float: left;
	text-align: center;
	height: 240px;
	padding: 5px;
}
.pro li img {
	height: 200px;
	width: 96%;
}
.pro a:hover li {
	background: #cc0000;
	color: #FFFFFF;
}
.viewbox {
	overflow: hidden;
}
.viewbox .title h2 {
	text-align: center;
}
.viewbox .info {
	text-align: center;
	line-height: 50px;
}
.xw {
	overflow: hidden;
}
.xw li {
	line-height: 50px;
	text-indent: 2em;
	border-bottom: 1px dashed #ccc;
}
.xw a:hover li {
	background: #f2f2f2;
}
.xw span {
	width: 100px;
	float: right;
}
.footer {
	background: #333333;
	overflow: hidden;
	padding: 30px 0px;
	text-align: center;
}
.dede_pages {
}
.dede_pages ul {
	float: left;
	padding: 12px 0px 12px 16px;
}
.dede_pages ul li {
	float: left;
	font-family: Tahoma;
	line-height: 17px;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
}
.dede_pages ul li a {
	float: left;
	padding: 2px 4px 2px;
	color: #555;
	display: block;
}
.dede_pages ul li a:hover {
	color: #690;
	text-decoration: none;
	padding: 2px 4px 2px;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color: #F8F8F8;
	padding: 2px 4px 2px;
	font-weight: bold;
}
.dede_pages .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 16px;
	color: #999;
}
.dede_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}
/*在线客服*/
.online-qq {
	position: fixed;
	width: 150px;
	top: 50%;
	right: 3px;
	z-index: 200;
}
.online-qq .qq_content {
	background: #fff;
	margin: 0;
	padding: 0;
}
.online-qq .qq_content .dt {
	text-align: center;
	background: #202020;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 15px;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.online-qq .qq_content .qq {
	padding: 10px 10px 5px;
	margin: 0;
	border: 1px solid #ddd;
	border-top: 0
}
.online-qq .qq_content .qq p {
	background: url(../images/online_qq.png) repeat-x 0 -33px;
	margin: 0 0 5px
}
.online-qq .qq_content .qq a {
	border: 1px solid #ddd;
	display: block;
	background: url(../images/online_qq.png) no-repeat 10px -72px;
	height: 23px;
	line-height: 23px;
	padding: 0 18px 0 30px
}
.online-qq .qq_content .tel2 {
	background: #fff;
	padding: 10px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 1px solid #ddd;
	border-top: 0
}
.online-qq .qq_content .tel strong {
	font-size: 12px;
	color: #f60
}
.online-qq .qq_content .tel p {
	text-align: center;
	font-size: 12px
}
.online-qq .footqq {
	border: 1px solid #ddd;
	background: #f1f1f1;
	height: 2px;
	overflow: hidden;
	margin: 0 5px;
	border-top: 0;
	display: none
}
.qr_code {
	position: fixed;
	top: 50%;
	left: 10px;
	z-index: 200;
	text-align: center;
	background: #fff;
	padding: 5px;
}
.qr_code img {
	margin: 0 0 5px;
	display: block
}
